home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / motifpg2.zip / XMenu6 < prev    next >
Text File  |  1992-07-03  |  903b  |  38 lines

  1. !
  2. ! Appearance resources
  3. !
  4. *pressme.label:    Invoke Menu
  5. *quit*label:    Quit
  6. *menulabel.label:  MAIN MENU
  7. *menupane0.label:  View Next
  8. *menupane1.label:  View Previous
  9. *menupane2.label:  Delete
  10. *menupane3.label:  Move
  11. *menupane4.label:  Copy
  12. *menupane5.label:  Unmark
  13. *menupane6.label:  View In New
  14. *menupane7.label:  Reply
  15. *menupane8.label:  Forward
  16. *menupane9.label:  Use As Comp
  17. *pshell.Box.hSpace: 0
  18. *pshell.Box.vSpace: 0
  19. *menubox*width:  135
  20. *menubox.Command.justify: left
  21. !
  22. ! Functional resources
  23. !
  24. *pressme.translations:\
  25.    <EnterWindow>:     highlight()             \n\
  26.    <LeaveWindow>:     reset()                 \n\
  27.    <BtnDown>:         set() notify() reset()
  28. !
  29. *pshell.translations:\
  30.    <BtnUp>:         MenuPopdown(pshell)
  31. !
  32. *menubox.Command.translations:\
  33.    <EnterWindow>:     set()             \n\
  34.    <LeaveWindow>:     unset()                 \n\
  35.    <BtnUp>:          notify() unset()
  36.  
  37.  
  38.